home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / lucida-1.2.tar.gz / lucida-1.2.tar / lucida-1.2 / README < prev    next >
Text File  |  1992-10-30  |  2KB  |  47 lines

  1. This is a set of metrics for the Lucida math fonts.  See the Makefile
  2. for the version number.  The project was started June 23rd--24th by
  3. Sebastian Rahtz while at CERN, and finished off by Karl Berry. Thanks to
  4. Michel Goossens for wanting it done, and for having the fonts, and Chuck
  5. Bigelow and Kris Holmes for designing the fonts in the first place.
  6.  
  7. This is of no use to you unless a) you have the fonts themselves in
  8. PostScript form ready to download (you can buy them from Adobe); and b)
  9. you have a driver which understands virtual fonts (such as dvips, which
  10. you can get from labrea.stanford.edu:pub/dvips*.tar.Z, or my hacked
  11. version of dvips which uses the same path searching and configuration as
  12. TeX, my hacked xdvi, and the GNU font utilities, available from
  13. ftp.cs.umb.edu:pub/tex/dvipsk.tar.Z).
  14.  
  15. The procedure was as follows
  16.  - get the AFM metric files
  17.  - work out the order of the symbols in the tex cmmi, cmsy and cmex
  18.    fonts, by their PostScript names
  19.  - hack Rokicki's dvips to read a list of names for the texencoding
  20.    array, rather than hard wire in the TeX text layout; the distributed
  21.    afm2tfm can do this now.
  22.  - run afm2tfm to create virtual font metric files
  23.  - hack the .vpl files via shell scripts to add fontdimens, change metrics etc;
  24.    some changes from Barry Smith's work (sent by Berthold Horn).  Karl
  25.    spent some effort getting the fontdimens reasonable.
  26.  - add in VARCHAR and NEXTLARGER entries from cmex10
  27.  - hack in the metrics over 2408 which upset  vptovf
  28.  - run vptovf and use the resulting tfm and vf files
  29.  
  30. All these steps are done in the Makefile, but you probably won't want to
  31. remake the fonts.  There's certainly no need to.  Unless you feel pretty
  32. confident, take these as they are.
  33.  
  34. psfonts.add can be added to dvips' psfonts.map file.
  35.  
  36. Names are as in dvips's naming scheme, developed by Karl.  You can get
  37. the full details on it in ftp.cs.umb.edu:pub/tex/fontname/fontname.texi.
  38.  
  39. The file lucidamath.tex sets up the fonts for you to replace cmsy10,
  40. cmex10 and cmmi10 in plain TeX.
  41.  
  42. A ``tr\alpha p'' test is in tralphap.tex.  It's based on the routines in
  43. DEK's testfont.tex, plus the challenges from the TeXbook, etc., etc.
  44.  
  45. Sebastian Rahtz June 25th 1991
  46. Karl Berry (karl@cs.umb.edu)
  47.